home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE08 / DATADICT / DOCUMENT.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-02-15  |  520 b   |  23 lines

  1. unit Document;
  2.  
  3. interface
  4.  
  5. implementation
  6.  
  7. end.
  8.  
  9. {  Set up min and max values so that the default is the min an max for
  10.    that data type.  When data type changes, check values and adjust if
  11.    either one outside proper range.
  12.  
  13.  
  14.    Set up linked field so that when true list boxes appear listing
  15.    currently available tables and fields
  16.  
  17.    set up the length field to default to the maximum value for the
  18.    type of field:  255 for string, 32K for memo, etc.
  19.  
  20.    Deal with indexed fields...
  21.  
  22.    }
  23.